home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / classic.jar / skin / classic / mozapps / extensions / update.css < prev    next >
Cascading Style Sheet File  |  2006-08-23  |  458b  |  23 lines

  1. #alert {
  2.   list-style-image: url("chrome://mozapps/skin/update/update.png"); 
  3. }
  4.  
  5. .throbber {
  6.   list-style-image: url("chrome://global/skin/throbber/Throbber-small.gif");
  7.   width: 16px;
  8.   height: 16px;
  9.   margin-top: 5px;
  10.   margin-bottom: 5px;
  11.   -moz-margin-start: 5px;
  12.   -moz-margin-end: 2px;
  13. }
  14.  
  15. .alertBox {
  16.   background-color: InfoBackground;
  17.   color: InfoText;
  18.   border: 1px outset InfoBackground;
  19.   margin-left: 3px;
  20.   margin-right: 3px;
  21.   padding: 5px;
  22. }
  23.